home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / big and small < prev    next >
Text File  |  1999-06-15  |  518b  |  29 lines

  1. Category: Andrew's Filters 23
  2. Title: Big And Small...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: BigSmall.8bf
  6.  
  7. R:mix(src(10*((ctl(0)+x))/ctl(2),10*(ctl(1)+y)/ctl(3),z),c,ctl(4),ctl(5))
  8.  
  9. G:mix(src(10*((ctl(0)+x))/ctl(2),10*(ctl(1)+y)/ctl(3),z),c,ctl(4),ctl(5))
  10.  
  11. B:mix(src(10*((ctl(0)+x))/ctl(2),10*(ctl(1)+y)/ctl(3),z),c,ctl(4),ctl(5))
  12.  
  13. A:a
  14.  
  15. ctl[0]: x
  16. ctl[1]: y
  17. ctl[2]: Divide x
  18. ctl[3]: Divide y
  19. ctl[4]: Mix 1
  20. ctl[5]: Mix 2
  21.  
  22. val[0]: 84
  23. val[1]: 36
  24. val[2]: 23
  25. val[3]: 22
  26. val[4]: 120
  27. val[5]: 55
  28.  
  29.